class: title-slide <style type="text/css"> :root { --main-logo: url(https://raw.githubusercontent.com/mcanouil/hex-stickers/master/SVG/mc.svg); } </style> <div class="main-logo"></div><div class="side-logo"></div> # A Title ## A Subtitle ### Mickaƫl Canouil, *Ph.D.* (<a href="http://m.canouil.fr/" target="_blank"><i class="fas fa-home"></i> m.canouil.fr</a>) ### Inserm U1283 / CNRS UMR8199 / Institut Pasteur de Lille ### March 19, 2021 --- # Introduction ## Subtitle `some code` and some text. A URL [m.canouil.fr](https://m.canouil.fr/). ```r 1 + 1 ``` ``` #> [1] 2 ``` ```r x <- 1 *y <- x + 1 y ``` ``` #> [1] 2 ``` --- # New slide with a panels .panelset[ .panel[.panel-name[R Code] ```r head(iris, 10) ``` ] .panel[.panel-name[Table] | Sepal.Length| Sepal.Width| Petal.Length| Petal.Width|Species | |------------:|-----------:|------------:|-----------:|:-------| | 5.1| 3.5| 1.4| 0.2|setosa | | 4.9| 3.0| 1.4| 0.2|setosa | | 4.7| 3.2| 1.3| 0.2|setosa | | 4.6| 3.1| 1.5| 0.2|setosa | | 5.0| 3.6| 1.4| 0.2|setosa | | 5.4| 3.9| 1.7| 0.4|setosa | | 4.6| 3.4| 1.4| 0.3|setosa | | 5.0| 3.4| 1.5| 0.2|setosa | | 4.4| 2.9| 1.4| 0.2|setosa | | 4.9| 3.1| 1.5| 0.1|setosa | ] .panel[.panel-name[Plot] <img src="data:image/png;base64,#mc_files/figure-html/unnamed-chunk-6-1.svg" style="display: block; margin: auto;" /> ] ] --- # GGPLOT2 With `code` <img src="data:image/png;base64,#mc_files/figure-html/unnamed-chunk-7-1.svg" style="display: block; margin: auto;" /> --- class: part-slide # PART 1 With `code` --- class: part-slide # <img src = "data:image/png;base64,#https://avatars1.githubusercontent.com/u/8896044?s=460&v=4" height = "150px" id = "picture" /> <style type="text/css"> .column { float: left; text-align: center; width: 33.33%; } </style> .center[ <a href = "http://m.canouil.fr" target = "_blank"><i class = "fas fa-home"></i> m.canouil.fr</a> .column[ <a href = "https://www.linkedin.com/in/mickael-canouil/" target = "_blank"><i class = "fab fa-linkedin"></i> mickael-canouil</a> ] .column[ <a href = "https://github.com/mcanouil/" target = "_blank"><i class = "fab fa-github"></i> mcanouil</a> ] .column[ <a href = "https://twitter.com/mickaelcanouil/" target = "_blank"><i class = "fab fa-twitter"></i> @mickaelcanouil</a> ] ]